[gdk] Remove deprecated gdktypes stuff.
authorJavier Jardón <jjardon@gnome.org>
Thu, 26 Nov 2009 04:33:50 +0000 (05:33 +0100)
committerJavier Jardón <jjardon@gnome.org>
Sun, 2 May 2010 23:51:20 +0000 (01:51 +0200)
docs/reference/gdk/gdk-sections.txt
docs/reference/gdk/tmpl/input.sgml
gdk/gdktypes.h

index dd530d7c078d613f57009651746b23e042721e71..c3292f9a67a2cc58db0e163c36a30f7eca271ed9 100644 (file)
@@ -1196,7 +1196,6 @@ gdk_cursor_get_type
 gdk_input_add_full
 GdkInputCondition
 GdkInputFunction
-GdkDestroyNotify
 gdk_input_add
 gdk_input_remove
 
index 82c7ff45e41c65dbfd9c4c6468d982e1c833fcf5..0ffe255a898100fc60ff4c4878dd614e0fee9c9e 100644 (file)
@@ -72,16 +72,6 @@ occurs.
 @condition: the triggering condition.
 
 
-<!-- ##### USER_FUNCTION GdkDestroyNotify ##### -->
-<para>
-A callback function called when a piece of user data is 
-no longer being stored by GDK. Will typically free the
-structure or object that @data points to.
-</para>
-
-@data: the user data.
-
-
 <!-- ##### FUNCTION gdk_input_add ##### -->
 
 
index b8fe346b1b6a8433bb654b40a412f530d9369ed9..ae9362f70f9ab60637988b8a9bfe6e0639508fbf 100644 (file)
@@ -185,12 +185,6 @@ typedef void (*GdkInputFunction) (gpointer     data,
                                  gint              source,
                                  GdkInputCondition condition);
 
-#ifndef GDK_DISABLE_DEPRECATED
-
-typedef void (*GdkDestroyNotify) (gpointer data);
-
-#endif /* GDK_DISABLE_DEPRECATED */
-
 struct _GdkPoint
 {
   gint x;